I setup rundeck for leaning but when i try to up docker-compose i face an issue that client container just exit with code 0
below is the details
$ docker-compose ps
Name Command State Ports
--------------------------------------------------------------------------------------------
ciao ./start.sh Up 0.0.0.0:3000->3000/tcp,:::3000->3000/tcp
client docker-entrypoint.sh /bin/ … Exit 0
mysql docker-entrypoint.sh mysqld Up 3306/tcp, 33060/tcp
node1 /bin/sh -c /usr/local/sbin … Up 0.0.0.0:49154->22/tcp,:::49154->22/tcp
node2 /bin/sh -c /usr/local/sbin … Up 0.0.0.0:49153->22/tcp,:::49153->22/tcp
rundeck /tini – docker-lib/entry.sh Up 0.0.0.0:4440->4440/tcp,:::4440->4440/tcp
if anyone have some idea please do share with me.
Kind regards
Shahzad Bhatti